home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 8: LINUX Games
/
Linux Cubed Series 8 - LINUX Games.iso
/
games
/
x11
/
strategy
/
xpuzzles.3
/
xpuzzles
/
xpuzzles-5.3.1
/
xrubik
/
Rubik2d.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-02-05
|
1KB
|
46 lines
/*
# X-BASED RUBIK'S CUBE(tm)
#
# Rubik2d.h
#
###
#
# Copyright (c) 1994 - 96 David Albert Bagley, bagleyd@hertz.njit.edu
#
# All Rights Reserved
#
# Permission to use, copy, modify, and distribute this software and
# its documentation for any purpose and without fee is hereby granted,
# provided that the above copyright notice appear in all copies and
# that both that copyright notice and this permission notice appear in
# supporting documentation, and that the name of the author not be
# used in advertising or publicity pertaining to distribution of the
# software without specific, written prior permission.
#
# This program is distributed in the hope that it will be "playable",
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
*/
/* Public header file for Rubik2d */
#ifndef _XtRubik2d_h
#define _XtRubik2d_h
/***********************************************************************
*
* Rubik2d Widget
*
***********************************************************************/
#include "Rubik.h"
typedef struct _Rubik2DClassRec *Rubik2DWidgetClass;
typedef struct _Rubik2DRec *Rubik2DWidget;
extern WidgetClass rubik2dWidgetClass;
#endif _XtRubik2d_h
/* DON'T ADD STUFF AFTER THIS #endif */